home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / dbet103e.zip / DBELU.DFM / DBELU.txt
Text File  |  1995-12-18  |  3KB  |  154 lines

  1. object LUDlg: TLUDlg
  2.   Left = 381
  3.   Top = 94
  4.   ActiveControl = LUGrid
  5.   BorderIcons = [biSystemMenu, biMaximize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Nachschlagen'
  8.   ClientHeight = 327
  9.   ClientWidth = 515
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object Panel2: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 515
  21.     Height = 288
  22.     Align = alClient
  23.     BevelOuter = bvNone
  24.     BorderWidth = 3
  25.     TabOrder = 0
  26.     object LUGrid: TDBGrid
  27.       Left = 3
  28.       Top = 34
  29.       Width = 509
  30.       Height = 251
  31.       Align = alClient
  32.       DataSource = LUSource
  33.       ReadOnly = True
  34.       TabOrder = 0
  35.       TitleFont.Color = clBlack
  36.       TitleFont.Height = -11
  37.       TitleFont.Name = 'MS Sans Serif'
  38.       TitleFont.Style = []
  39.       OnDblClick = LUGridDblClick
  40.     end
  41.     object BetaVLabel: TPanel
  42.       Left = 3
  43.       Top = 3
  44.       Width = 509
  45.       Height = 31
  46.       Align = alTop
  47.       BevelOuter = bvNone
  48.       TabOrder = 1
  49.       object DBENavigator1: TDBENavigator
  50.         Left = 1
  51.         Top = 2
  52.         Width = 393
  53.         Height = 25
  54.         DBExtender = DBExtender1
  55.         VisBtnsSearch = [snbSearch, snbSearchInc, snbSearchNext, snbSetBookmark, snbGotoBookmark, snbTblFilter, snbActiveFilter]
  56.         VisBtnsRecord = []
  57.         VisBtnsExtend = [enbMemoView]
  58.         ButtonWidth = 25
  59.         ButtonHeight = 25
  60.         IncSrchWidth = 60
  61.         Ctl3D = False
  62.         ParentCtl3D = False
  63.         ParentShowHint = False
  64.         ShowHint = True
  65.         TabOrder = 0
  66.       end
  67.     end
  68.   end
  69.   object Panel1: TPanel
  70.     Left = 0
  71.     Top = 288
  72.     Width = 515
  73.     Height = 39
  74.     Align = alBottom
  75.     BevelOuter = bvNone
  76.     BorderWidth = 2
  77.     TabOrder = 1
  78.     object Panel3: TPanel
  79.       Left = 340
  80.       Top = 2
  81.       Width = 173
  82.       Height = 35
  83.       Align = alRight
  84.       BevelOuter = bvNone
  85.       BorderWidth = 1
  86.       TabOrder = 0
  87.       object OkBtn: TBitBtn
  88.         Left = 5
  89.         Top = 2
  90.         Width = 80
  91.         Height = 30
  92.         Caption = '&OK'
  93.         TabOrder = 0
  94.         Kind = bkOK
  95.       end
  96.       object CancelBtn: TBitBtn
  97.         Left = 89
  98.         Top = 2
  99.         Width = 80
  100.         Height = 30
  101.         TabOrder = 1
  102.         Kind = bkCancel
  103.       end
  104.     end
  105.     object LUPanel: TPanel
  106.       Left = 88
  107.       Top = 2
  108.       Width = 252
  109.       Height = 35
  110.       Align = alClient
  111.       Alignment = taLeftJustify
  112.       BevelOuter = bvLowered
  113.       BorderWidth = 3
  114.       TabOrder = 1
  115.     end
  116.     object UserBtnPanel: TPanel
  117.       Left = 2
  118.       Top = 2
  119.       Width = 86
  120.       Height = 35
  121.       Align = alLeft
  122.       BevelOuter = bvNone
  123.       TabOrder = 2
  124.       object UserBtn: TButton
  125.         Left = 1
  126.         Top = 2
  127.         Width = 80
  128.         Height = 30
  129.         Caption = 'UserBtn'
  130.         TabOrder = 0
  131.       end
  132.     end
  133.   end
  134.   object LUTbl: TTable
  135.     ReadOnly = True
  136.     Left = 32
  137.     Top = 187
  138.   end
  139.   object LUSource: TDataSource
  140.     AutoEdit = False
  141.     DataSet = LUTbl
  142.     Left = 63
  143.     Top = 188
  144.   end
  145.   object DBExtender1: TDBExtender
  146.     AllowKeys = [akDBMove, akLookUp, akSearch, akIncSearch, akBookmark, akFilter]
  147.     StatusPanel = LUPanel
  148.     MessagePanel = LUPanel
  149.     MasterSource = LUSource
  150.     Left = 94
  151.     Top = 188
  152.   end
  153. end
  154.